net/http/internal.chunkedWriter.Wire (field)
6 uses
net/http/internal (current package)
chunked.go#L232: Wire io.Writer
chunked.go#L245: if _, err = fmt.Fprintf(cw.Wire, "%x\r\n", len(data)); err != nil {
chunked.go#L248: if n, err = cw.Wire.Write(data); err != nil {
chunked.go#L255: if _, err = io.WriteString(cw.Wire, "\r\n"); err != nil {
chunked.go#L258: if bw, ok := cw.Wire.(*FlushAfterChunkWriter); ok {
chunked.go#L265: _, err := io.WriteString(cw.Wire, "0\r\n")
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |